home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / TKEd / Install.script < prev    next >
Text File  |  1996-09-26  |  797b  |  36 lines

  1.  
  2. ; Script file to install TKEd and reqtools.library 37
  3.  
  4. ECHO "assign TKEd:"
  5. ASSIGN TKEd: ""
  6.  
  7. FailAt 20
  8.  
  9. Echo "*nInstallation of reqtools.library*n"
  10. Version >NIL: LIBS:reqtools.library
  11. If NOT ERROR
  12.  Echo "Version of reqtools.library already installed:"
  13.  Version LIBS:reqtools.library
  14.  Echo ""
  15. EndIf
  16.  
  17. Version >NIL: exec.library 37
  18. If NOT WARN
  19.  Echo "Your Amiga has AmigaDOS Release 2 (V37) or higher in ROM."
  20.  Copy TKEd:libs/kick20/reqtools.library LIBS:reqtools.library
  21.  Echo "*nreqtools.library (2.0 version) copied to your Libs: directory."
  22.  Avail >NIL: FLUSH
  23.  Skip END
  24. EndIf
  25.  
  26. Copy TKEd:libs/kick13/reqtools.library LIBS:reqtools.library
  27. Echo "*nreqtools.library copied to your Libs: directory."
  28. Avail >NIL: FLUSH
  29.  
  30. Lab END
  31. ECHO "*nInstallation of TKEd*n"
  32. ECHO "OK. Wait..."
  33. Install
  34.  
  35. EndCLI >NIL:
  36.